object PopUpImageForm: TPopUpImageForm Left = 609 Top = 120 BorderIcons = [] BorderStyle = bsNone ClientHeight = 133 ClientWidth = 150 Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] KeyPreview = True Scaled = False OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 15 object ImageArea: TNeoBookPaintBox Left = 0 Top = 0 Width = 150 Height = 133 Align = alClient Color = clWhite ParentColor = False OnClick = ImageClick OnPaint = ImageAreaPaint end end